home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / style-override.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  4KB  |  113 lines

  1. #bt-coolhandnuke-toolbar {
  2.   background-color: #C1DD59 !important;
  3.   height: 25px !important;
  4.   -moz-appearance: none;
  5.   text-shadow: none;
  6. }
  7.  
  8. /* BT Boom Button */
  9. #bt-coolhandnuke-toolbar btboombutton button {
  10.   -moz-appearance: none;
  11.     background-color: transparent !important;
  12.   min-width: 10px;
  13.   min-height: 20px;
  14.   border: 0px solid #ff0000;
  15.   margin-top: 0px !important; margin-bottom: 0px !important;
  16.   margin-right: 3px;
  17.   margin-left: 3px;
  18.   padding-left: 0px !important;
  19.   padding-right: 5px !important;
  20.   padding-top: 0px;
  21.   padding-bottom: 0px;
  22.     height: 22px;
  23. }
  24.  
  25. /* BT regular Button */
  26.  
  27. /* Hide Dropmarker on menu buttons */
  28. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default button[type="menu"] > hbox > dropmarker {
  29.     display: none;
  30. }
  31.  
  32. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default button {
  33.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-norm-end-bg.png");
  34.     padding-right: 9px !important;
  35.     margin: 0px 1px;
  36. }
  37. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default button[type="menu"] {
  38.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-norm-dropdown-bg.png");
  39.     padding-right: 15px !important;
  40.     margin: 0px 1px;
  41. }
  42.  
  43. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default button > hbox {
  44.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-norm-start-bg.png");
  45.   padding-left: 5px; padding-right: 0px;
  46.     font-weight: normal;
  47.     color: #FFF !important;
  48. }
  49.  
  50. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover button {
  51.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-hover-end-bg.png");
  52. }
  53. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover:active button,
  54. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:active button {
  55.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-active-end-bg.png");
  56. }
  57.  
  58. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover button[type="menu"] {
  59.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-hover-dropdown-bg.png");
  60. }
  61. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover:active button[type="menu"],
  62. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:active button[type="menu"] {
  63.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-active-dropdown-bg.png");
  64. }
  65.  
  66. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover button > hbox {
  67.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-hover-start-bg.png");
  68. }
  69.  
  70. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:hover:active button > hbox,
  71. #bt-coolhandnuke-toolbar bttoolbarbutton.bt-default:active button > hbox {
  72.   background-image: url("../../skin/coolhandnuke/resources/toolbar/btn-active-start-bg.png");
  73. }
  74.  
  75.  
  76. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-sidebar-toggle {
  77.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-expand-btn.png") !important;
  78. }
  79.  
  80. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-sidebar-toggle[checked="true"] {
  81.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-minimize-btn.png") !important;
  82. }
  83.  
  84. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-reload {
  85.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-reload-btn.png") !important;
  86. }
  87. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-left-cap {
  88.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-txt-left.png");
  89. }
  90.  
  91. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-right-cap {
  92.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-txt-right.png");
  93. }
  94.  
  95. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-previous {
  96.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-prev-btn.png") !important;
  97. }
  98.  
  99. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-next {
  100.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-next-btn.png") !important;
  101. }
  102.  
  103. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader > #feedreader-feedname {
  104.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-txt-bg.png") !important;
  105. }
  106. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader > #feedreader-textbox {
  107.     background-image: url("../../skin/coolhandnuke/resources/toolbar/feed-txt-bg.png") !important;
  108. }
  109.  
  110. #bt-coolhandnuke-toolbar btfeedreader3 #feedreader-reload {
  111.     display: none;
  112. }
  113.